home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity WaveShaper.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Encoding:
Text File  |  2004-08-10  |  6.9 KB  |  289 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 212
  3.   Top = 248
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 311
  8.   ClientWidth = 241
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SynthPanel: TWPControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 241
  26.     Height = 311
  27.     Align = alClient
  28.     Color = 5452845
  29.     ParentColor = False
  30.     ParentShowHint = True
  31.     object MixWheel: TLineWheel
  32.       Tag = 1
  33.       Left = 178
  34.       Top = 256
  35.       Width = 13
  36.       Height = 13
  37.       Hint = '|^b^aMix level'
  38.       Options = [wwBigLine]
  39.       MoveSpeed = 16
  40.       SlowMotionDiv = 4
  41.       Max = 128
  42.       Value = 128
  43.       DefaultValue = 128
  44.       OnChange = CutoffWheelChange
  45.       MouseButton = mbLeft
  46.       HotSideX = 11
  47.       HotSideY = 14
  48.       PopupMenu = SynthResModule.WheelMenu
  49.       LineColor = 14077906
  50.       LinePressedColor = 33023
  51.       LineThickness = 1
  52.     end
  53.     object PolarBtn: TQuickBtn
  54.       Tag = -1
  55.       Left = 79
  56.       Top = 251
  57.       Width = 29
  58.       Height = 22
  59.       Cursor = crHandPoint
  60.       Hint = '|Unipolar / bipolar mode'
  61.       ParentColor = True
  62.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  63.       Spacing = 0
  64.       TextAlign = ttaRight
  65.       AccelKey = 0
  66.       Glyph.ILCount = 2
  67.       BmpList = SynthResModule.PolarBtnIL
  68.       OnClick = PolarBtnClick
  69.       PopupAlign = Popup_Normal
  70.     end
  71.     object PreAmpWheel: TLineWheel
  72.       Left = 143
  73.       Top = 256
  74.       Width = 13
  75.       Height = 13
  76.       Hint = '|^b^aPre amp'
  77.       Options = [wwBigLine]
  78.       MoveSpeed = 8
  79.       SlowMotionDiv = 4
  80.       Min = 64
  81.       Max = 192
  82.       Value = 128
  83.       DefaultValue = 128
  84.       OnChange = CutoffWheelChange
  85.       MouseButton = mbLeft
  86.       HotSideX = 11
  87.       HotSideY = 14
  88.       PopupMenu = SynthResModule.WheelMenu
  89.       LineColor = 14077906
  90.       LinePressedColor = 33023
  91.       LineThickness = 1
  92.     end
  93.     object PostGainWheel: TLineWheel
  94.       Tag = 2
  95.       Left = 213
  96.       Top = 256
  97.       Width = 13
  98.       Height = 13
  99.       Hint = '|^b^aPost gain'
  100.       Options = [wwBigLine]
  101.       MoveSpeed = 16
  102.       SlowMotionDiv = 4
  103.       Max = 128
  104.       Value = 128
  105.       DefaultValue = 128
  106.       OnChange = CutoffWheelChange
  107.       MouseButton = mbLeft
  108.       HotSideX = 11
  109.       HotSideY = 14
  110.       PopupMenu = SynthResModule.WheelMenu
  111.       LineColor = 14077906
  112.       LinePressedColor = 33023
  113.       LineThickness = 1
  114.     end
  115.     object FreezeBtn: TQuickBtn
  116.       Tag = -1
  117.       Left = 19
  118.       Top = 293
  119.       Width = 39
  120.       Height = 14
  121.       Cursor = crHandPoint
  122.       Hint = '|Freeze editing'
  123.       ParentFont = False
  124.       ParentColor = True
  125.       Font.Charset = DEFAULT_CHARSET
  126.       Font.Color = clSilver
  127.       Font.Height = -11
  128.       Font.Name = 'MS Sans Serif'
  129.       Font.Style = []
  130.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  131.       Style = FS_Transparent
  132.       Spacing = 4
  133.       TextAlign = ttaRight
  134.       AccelKey = 0
  135.       FXType = FX_Blend
  136.       BmpList = SynthResModule.LEDIL
  137.       OnClick = FreezeBtnClick
  138.       PopupAlign = Popup_Normal
  139.     end
  140.     object CenterBtn: TQuickBtn
  141.       Tag = -1
  142.       Left = 201
  143.       Top = 293
  144.       Width = 39
  145.       Height = 14
  146.       Cursor = crHandPoint
  147.       Hint = '|Remove DC offset'
  148.       ParentFont = False
  149.       ParentColor = True
  150.       Font.Charset = DEFAULT_CHARSET
  151.       Font.Color = clSilver
  152.       Font.Height = -11
  153.       Font.Name = 'MS Sans Serif'
  154.       Font.Style = []
  155.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  156.       Style = FS_Transparent
  157.       Spacing = 4
  158.       TextAlign = ttaLeft
  159.       AccelKey = 0
  160.       FXType = FX_Blend
  161.       BmpList = SynthResModule.LEDIL
  162.       OnClick = CenterBtnClick
  163.       PopupAlign = Popup_Normal
  164.     end
  165.     object OverSelect: TWAVWheel
  166.       Tag = -2
  167.       Left = 176
  168.       Top = 296
  169.       Width = 17
  170.       Height = 7
  171.       Cursor = crSizeNS
  172.       Hint = '|Oversampling factor'
  173.       MoveSpeed = 1
  174.       SlowMotionDiv = 4
  175.       Max = 4
  176.       DefaultValue = 0
  177.       OnChange = OverSelectChange
  178.       MouseButton = mbLeft
  179.       HotSideX = 6
  180.       HotSideY = 6
  181.       BmpList = SynthResModule.OversampleIL
  182.     end
  183.     object SnapBtn: TQuickBtn
  184.       Tag = -1
  185.       Left = 89
  186.       Top = 293
  187.       Width = 33
  188.       Height = 14
  189.       Cursor = crHandPoint
  190.       Hint = '|Snap to grid'
  191.       ParentFont = False
  192.       ParentColor = True
  193.       Font.Charset = DEFAULT_CHARSET
  194.       Font.Color = clSilver
  195.       Font.Height = -11
  196.       Font.Name = 'MS Sans Serif'
  197.       Font.Style = []
  198.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  199.       Style = FS_Transparent
  200.       Spacing = 4
  201.       TextAlign = ttaRight
  202.       AccelKey = 0
  203.       FXType = FX_Blend
  204.       BmpList = SynthResModule.LEDIL
  205.       OnClick = FreezeBtnClick
  206.       PopupAlign = Popup_Normal
  207.     end
  208.     object MenuBtn: TQuickBtn
  209.       Tag = -1
  210.       Left = 4
  211.       Top = 293
  212.       Width = 13
  213.       Height = 13
  214.       Cursor = crHandPoint
  215.       Hint = '|Options'
  216.       ParentColor = False
  217.       Color = 16512
  218.       PopupMenu = MEnvEditor.OptionsMenu
  219.       Options = [tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  220.       Spacing = 0
  221.       TextAlign = ttaBitmapRight
  222.       AccelKey = 0
  223.       FXType = FX_Blend
  224.       FXAttack = 64
  225.       Glyph.ILCount = 2
  226.       BmpList = SynthResModule.MenuBtnIL
  227.       PopupButton = mbLeft
  228.     end
  229.     object StepBtn: TQuickBtn
  230.       Tag = -1
  231.       Left = 58
  232.       Top = 293
  233.       Width = 31
  234.       Height = 14
  235.       Cursor = crHandPoint
  236.       Hint = '|^^(hold shift for pulse mode)^Step editing'
  237.       ParentFont = False
  238.       ParentColor = True
  239.       Font.Charset = DEFAULT_CHARSET
  240.       Font.Color = clSilver
  241.       Font.Height = -11
  242.       Font.Name = 'MS Sans Serif'
  243.       Font.Style = []
  244.       Options = [tbDirectClick, tbHasDownGlyph, tbTrashGlyph, tbTransparent]
  245.       Style = FS_Transparent
  246.       Spacing = 4
  247.       TextAlign = ttaRight
  248.       AccelKey = 0
  249.       FXType = FX_Blend
  250.       BmpList = SynthResModule.LEDIL
  251.       OnClick = FreezeBtnClick
  252.       PopupAlign = Popup_Normal
  253.     end
  254.     inline MEnvEditor: TMEnvEditor
  255.       Left = 8
  256.       Top = 8
  257.       Width = 225
  258.       Height = 225
  259.       inherited TimeZoomSelect: TWAVWheel
  260.         Left = 206
  261.         Top = 191
  262.       end
  263.       inherited EnvVisual: TQuickPaintBox
  264.         Width = 225
  265.         Height = 225
  266.         Align = alClient
  267.       end
  268.       inherited MapPanel: TQuickBmpList
  269.         Top = 192
  270.         Width = 225
  271.       end
  272.       inherited EnvPanel: TQuickPanel
  273.         Top = 192
  274.       end
  275.       inherited TimeScroller: TNumBar
  276.         Top = 191
  277.         Width = 54
  278.       end
  279.       inherited LFOPanel: TQuickPanel
  280.         Top = 192
  281.       end
  282.       inherited GlobalPanel: TQuickPanel
  283.         Top = 208
  284.         Width = 72
  285.       end
  286.     end
  287.   end
  288. end
  289.